google.golang.org/grpc/internal/buffer.Unbounded.c (field)

5 uses

	google.golang.org/grpc/internal/buffer (current package)
		unbounded.go#L37: 	c       chan interface{}
		unbounded.go#L44: 	return &Unbounded{c: make(chan interface{}, 1)}
		unbounded.go#L52: 		case b.c <- t:
		unbounded.go#L69: 		case b.c <- b.backlog[0]:
		unbounded.go#L84: 	return b.c